Pick up missed fix for route_head_alloc.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 22 Oct 2002 19:13:31 +0000 (19:13 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 22 Oct 2002 19:13:31 +0000 (19:13 +0000)
gpsbabel/route.c

index 7614b8bd894e3cc5ab2fabdb7b515732fe96e516..92c8f4a18f875b3fbe34472e7b32726281daa9a5 100644 (file)
@@ -35,7 +35,7 @@ route_head_alloc(void)
        route_head *rte_head;
        rte_head = xmalloc(sizeof (*rte_head));
        QUEUE_INIT(&rte_head->Q);
-
+       return rte_head;
 }